home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TUNEIN01.DIR
/
00273_Script_273
< prev
next >
Wrap
Text File
|
1995-06-01
|
211b
|
11 lines
on mouseDown
global addLine
set addLine = (the mouseLine)
if addLine = -1 then
exit
else
hilite line (the mouseLine) of field "library display list"
addNameToPlayList
end if
end